home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 4,101 to 4,200 / aol-file-protocol-4400-4101-to-4200.zip / AOLDLs / Invoice & Inventory / SBIC_ V3.5 Small Bus. Inv. Ctrl / SBIC35EX.exe / DISK_1.ZIP / Tutorial.sbi / Stock.json < prev    next >
JavaScript Object Notation  |  1998-11-18  |  848b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "ItemID": "Long Integer",
  5.         "VendorID": "Long Integer",
  6.         "OrderID": "Long Integer",
  7.         "POID": "Long Integer",
  8.         "Quanity": "Long Integer",
  9.         "Cost": "Currency",
  10.         "Date": "DateTime"
  11.     },
  12.     "data": [
  13.         {
  14.             "ID": 1,
  15.             "ItemID": 1,
  16.             "VendorID": 2,
  17.             "OrderID": -1,
  18.             "POID": -1,
  19.             "Quanity": 5,
  20.             "Cost": 23.45,
  21.             "Date": "11/18/98 00:00:00"
  22.         },
  23.         {
  24.             "ID": 2,
  25.             "ItemID": 2,
  26.             "VendorID": 2,
  27.             "OrderID": -1,
  28.             "POID": -1,
  29.             "Quanity": 10,
  30.             "Cost": 109.33,
  31.             "Date": "11/18/98 00:00:00"
  32.         },
  33.         {
  34.             "ID": 3,
  35.             "ItemID": 3,
  36.             "VendorID": 1,
  37.             "OrderID": -1,
  38.             "POID": -1,
  39.             "Quanity": 34,
  40.             "Cost": 7.54,
  41.             "Date": "11/18/98 00:00:00"
  42.         },
  43.         {
  44.             "ID": 4,
  45.             "ItemID": 4,
  46.             "VendorID": 1,
  47.             "OrderID": -1,
  48.             "POID": -1,
  49.             "Quanity": 13,
  50.             "Cost": 17.45,
  51.             "Date": "11/18/98 00:00:00"
  52.         },
  53.         {
  54.             "ID": 5,
  55.             "ItemID": 5,
  56.             "VendorID": 3,
  57.             "OrderID": -1,
  58.             "POID": -1,
  59.             "Quanity": 5,
  60.             "Cost": 99,
  61.             "Date": "11/18/98 00:00:00"
  62.         },
  63.         {
  64.             "ID": 6,
  65.             "ItemID": 6,
  66.             "VendorID": 3,
  67.             "OrderID": -1,
  68.             "POID": -1,
  69.             "Quanity": 2,
  70.             "Cost": 199.99,
  71.             "Date": "11/18/98 00:00:00"
  72.         }
  73.     ]
  74. }